home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 086 / ros37doc.arc / CONFIG.ROS < prev    next >
Encoding:
Text File  |  1987-09-01  |  5.8 KB  |  109 lines

  1. ; This file describes the configurable parameters for ROS.  Each parameter
  2. ; has a default value that will be used unless changed here.  The original
  3. ; version of this file, lists all the possible paramters and their default
  4. ; values.
  5. ;
  6. SysName        ROS           ; System name
  7. HDPark         0             ; Number of hard disk drives to park
  8.                              ;   when idling [0..2]
  9. TimeoutShort   60            ; Short timeout in seconds
  10. TimeoutLong    300           ; Long timeout in seconds
  11. DefAcc         10            ; New user access level
  12. RegAcc         11            ; Registered user access level
  13. ValAcc         20            ; Validated user access level
  14. DirAcc         20            ; System directory access level.  File areas
  15.                              ;   with this access level or lower will be
  16.                              ;   included in the system directory.
  17.                              ;   Normally this will be the same as
  18.                              ;   "ValAcc" (above) but there may be
  19.                              ;   special situations which require this
  20.                              ;   flexibility.
  21. AltSysop       250           ; Alternate sysop access level
  22. PriSysop       255           ; Primary sysop access level
  23. LPDAcc         250           ; The time limit is per day for users below
  24.                              ; this access level.  At or above this
  25.                              ; level, the limit is per call.
  26. DefTime        15            ; Default time limit
  27. ValTime        45            ; Time limit for validated users
  28. DefChars       80            ; Default characters per line
  29. DefLines       23            ; Default lines per page
  30. DefMsgArea     POST          ; Default message area
  31. DefFilArea     LOGIN         ; Default file area
  32. ChatStart      19            ; Chat hours - start
  33. ChatEnd        22            ;            - end
  34. ChatSignals    10            ; Number of times to signal for sysop
  35. Fence          |             ; Character between directory columns
  36. UnvDays        7             ; Days to retain unvalidated user
  37. ValDays        180           ; Days to retain validated user
  38. ReadDays       10            ; Days to retain read, undeleted messages
  39. UnrdDays       90            ; Days to retain unread, undeleted messages
  40. NewinDays      14            ; Days (since U/L) to retain files in NEWIN area
  41. DustyDays      30            ; Days (since D/L) to retain files in DUSTY area
  42. OtherDays      180           ; Days (since D/L) to retain files in other areas
  43. MaxTries       3             ; Max number of tries for password
  44. OpenSystem     Y             ; Open or closed system
  45. TrimHiBit      N             ; "Y" => trim high bit except during Xmodem transfers
  46. ComPort        1             ; Port 1 or 2
  47. ComParity      N             ; N => None; E => Even; O => Odd
  48. ComLength      8             ; Character length
  49. ComStop        1             ; Number of stop bits
  50. ;
  51. ; In the following modem command strings, "{" sends a carriage return to
  52. ; the modem and "~" delays for 1/2 second before continuing.  For example,
  53. ; "~~~+++" delays for 1 1/2 seconds, and then sends "+++" to the modem.
  54. ; Command strings may be up to 40 characters long, responses may be as long
  55. ; as 12 characters.
  56. ;
  57. CmndReset      AT Z{         ; Modem reset string - sent ONCE at startup
  58. RespReset      OK
  59. WaitReset      5
  60. ;  Modem initialization string - sent before EACH CALL
  61. ;
  62. CmndInit       AT E1 H0 Q0 S0=0 S7=30 V1 X4 M0{', { Initialization command
  63. ;              |  |  |  |  |    |     |  |  |turn off speaker
  64. ;              |  |  |  |  |    |     |  |extended commands
  65. ;              |  |  |  |  |    |     |verbose result codes
  66. ;              |  |  |  |  |    |seconds to wait for carrier
  67. ;              |  |  |  |  |disable auto answer
  68. ;              |  |  |  |return result codes
  69. ;              |  |  |ensure phone hung up
  70. ;              |  |echo commands
  71. ;              |get attention }
  72. RespInit       OK            ; Response if successful
  73. WaitInit       5             ; Seconds to wait for success
  74. CmndBusy       AT H1{        ; Make line busy
  75. RespBusy       OK            ; Response if successful
  76. WaitBusy       5             ; Seconds to wait for success
  77. CmndLocal      ~~~+++        ; Return modem to local mode
  78. RespLocal      OK            ; Response if successful
  79. WaitLocal      5             ; Seconds to wait for success
  80. CmndHangup     AT H{         ; Disconnect
  81. RespHangup     OK            ; Response if successful
  82. WaitHangup     5             ; Seconds to wait for success
  83. RespRing       RING          ; Ring signal detected
  84. CmndAnswer     AT A{         ; Answer call
  85. RespAnswer                   ; Response if successful
  86. ;  Some modems respond with "OFF HOOK" when issued the command "ATA".  Those
  87. ;  that do may need the following definition:
  88. ;RespAnswer     OFF HOOK     ; Response if successful
  89. WaitAnswer     5             ; Seconds to wait for success
  90. ;  ROS supports up to 3 baud rates.  The first rate listed below will be
  91. ;  the rate used for off-line communication with the modem.  Normally it
  92. ;  should be the fastest speed your modem can handle.
  93. RespConnect    CONNECT 2400  ; 2400 baud connect message
  94. RateConnect    2400          ; Rate to set for this message
  95. RespConnect    CONNECT 1200  ; 1200 baud connect message
  96. RateConnect    1200          ; Rate to set for this message
  97. RespConnect    CONNECT       ; 300 baud connect message
  98. RateConnect    300           ; Rate to set for this message
  99. WaitConnect    15            ; Seconds to wait for success
  100. RespError      ERROR         ; Error in command execution
  101. FGMain         7
  102. FGStat         0
  103. FGSend         7
  104. FGRecv         7
  105. BGMain         0
  106. BGStat         7
  107. BGSend         0
  108. BGRecv         0
  109.